-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[HUDI-2276] Enable metadata table by default for readers and writers #3411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e441c95 to
dd289aa
Compare
|
seems like a lot of test failures? |
dd289aa to
4b986e3
Compare
Yes. Pushed a new revision that fixes some more tests. Lets see. Travis itself isn't running man ! |
|
Look at azure. Travis is beyond redemption |
4c60407 to
b90db1e
Compare
|
@prashantwason if you have bandwidth, you can help out with the Integration test failures in the latest run https://dev.azure.com/apache-hudi-ci-org/apache-hudi-ci/_build/results?buildId=1666&view=logs&j=d5c42908-5572-5ce6-e4a8-5e2053b947e8&t=ff0f581b-ded5-5629-50c0-1f39b9d606b7 |
b90db1e to
b02ccfe
Compare
|
fixed it along with #3590 |
Tips
What is the purpose of the pull request
We have had metadata table disabled by default in Hudi 0.8.0, as we released it as an experimental feature. With Hudi 0.9.0, we should enable it by default to improve out of the box performance.
Brief change log
(for example:)
Verify this pull request
(Please pick either of the following options)
This pull request is a trivial rework / code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Committer checklist
Has a corresponding JIRA in PR title & commit
Commit message is descriptive of the change
CI is green
Necessary doc changes done or have another open PR
For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.